home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / music / encore.zip / MIDISET.INI < prev    next >
INI File  |  1991-12-23  |  2KB  |  87 lines

  1. ;
  2. ; Passport MIDI Device Installer Setup file:
  3. ;
  4. ; A "Description" section is included for each device you want to make 
  5. ; available. The total number of description sections is in [Init] "Descs". 
  6. ; The "devices" would match a name from a list box with a driver which 
  7. ; gets added to the "MIDI[n]=" line. The Port/IRQ settings tell what 
  8. ; should appear in the "Setup" dialog. The asterisk marks the default 
  9. ; setting.
  10. ;
  11. ; The "Section" entry tells what the SYSTEM.INI section which contains 
  12. ; the settings should be called. If the Baud field is present, the 
  13. ; HandShake field is assumed to be; these only apply to the MIDI Transport.
  14. ; The MVMixer field means that MIXER = MVMIXER.DRV is added to the 
  15. ; [Drivers] section of SYSTEM.INI. This is only for Pro AudioSpectrum cards.
  16. ;
  17. ; LIMITS:
  18. ;    -The long name in the "Device[n]" => 32 characters.
  19. ;    -The "Section" name => 15
  20. ;    -Number of Port choices => 16
  21. ;    -Total data => Memory constraint. All of this is buffered on 
  22. ;     the local memory so 32K?
  23. ;
  24.  
  25. [Init]
  26. Descs = 6
  27.  
  28. [Desc1]
  29. Section = SoundBlaster
  30. Port = 210,*220,230,240,250,260
  31. Int = 2,3,5,*7
  32. RealDrvs = 1
  33. Devices = 6
  34. Device1 = SoundBlaster 1 MIDI,SB15SND.DRV
  35. Device2 = SoundBlaster 2 MIDI,SB20SND.DRV
  36. Device3 = SoundBlaster Pro MIDI,SBPSND.DRV
  37. Device4 = SoundBlaster or Ad-Lib FM Synth,MSCFM.DRV
  38. Device5 = SoundBlaster 2 FM Synth,MSCFM.DRV
  39. Device6 = SoundBlaster Pro FM Synth,MSCFM.DRV
  40.  
  41. [Desc2]
  42. Section = mpu401.drv
  43. Port = 200,210,220,230,240,250,260,270,300,310,320,*330,340,350,360,370
  44. Int = *2,3,4,5,7
  45. RealDrvs = 0
  46. Devices = 1
  47. Device1 = MPU-401,MPU401.DRV
  48.  
  49. [Desc3]
  50. Section = mvmidi.drv
  51. Int = 3,5,6,*7
  52. RealDrvs = 1
  53. MVMixer = 1
  54. Devices = 2
  55. Device1 = Media Vision P. A. S. MIDI,MVMIDI.DRV
  56. Device2 = Media Vision P. A. S. FM Synth,MSCFM.DRV
  57.  
  58. [Desc4]
  59. Section = miracle.drv
  60. Port = 0F8,1F8,2F8,*3F8,4F8
  61. Int = 2,3,*4,5,7
  62. Baud = 12
  63. HS = 0
  64. RealDrvs = 0
  65. Devices = 1
  66. Device1 = Miracle Keyboard on COM Port,MIRACLE.DRV
  67.  
  68. [Desc5]
  69. Section = trnsprt1.drv
  70. Port = 0F8,1F8,2F8,*3F8,4F8
  71. Int = 2,3,*4,5,7
  72. Baud = 3
  73. HS = 1
  74. RealDrvs = 0
  75. Devices = 1
  76. Device1 = Passport MIDI Transport on COM1:,TRNSPRT1.DRV
  77.  
  78. [Desc6]
  79. Section = trnsprt2.drv
  80. Port = 0F8,1F8,*2F8,3F8,4F8
  81. Int = 2,*3,4,5,7
  82. Baud = 3
  83. HS = 1
  84. RealDrvs = 0
  85. Devices = 1
  86. Device1 = Passport MIDI Transport on COM2:,TRNSPRT2.DRV
  87.